home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / tcl / tclmotif.1 / tclmotif / tm.1.2 / wtour / bulletinboard1.tcl < prev    next >
Encoding:
Text File  |  1994-01-30  |  253 b   |  14 lines

  1. #
  2. # BulletinBoard
  3. #
  4. # you have to place the objects yourself, using (x,y)
  5.  
  6. xmBulletinBoard .bb managed
  7.  
  8. xmLabel .bb.lab managed \
  9.     -labelString "A label" \
  10.     -x 0 -y 0
  11. xmPushButton .bb.button managed \
  12.     -labelString "A button" \
  13.     -x 50 -y 70
  14.